func github.com/refraction-networking/utls.cipherSuiteByID
5 uses
github.com/refraction-networking/utls (current package)
cipher_suites.go#L179: candidate := cipherSuiteByID(id)
cipher_suites.go#L393: if c := cipherSuiteByID(cID); c != nil {
cipher_suites.go#L650: return cipherSuiteByID(id)
cipher_suites.go#L656: func cipherSuiteByID(id uint16) *cipherSuite {
u_conn.go#L769: cs := cipherSuiteByID(cipherSuite)
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |